From 87b55598e702f17240e19561909412c8031b89f3 Mon Sep 17 00:00:00 2001 From: Jimi Xenidis Date: Mon, 25 Sep 2006 11:19:55 -0400 Subject: [PATCH] [XEN][POWERPC] Fix compile error in gdbstub.c With crash_debug=y the compiler can't find a prototype for unimplemented(), where gdb-arch-read_reg is calling it. Signed-off-by: Amos Waterland Signed-off-by: Hollis Blanchard --HG-- extra : transplant_source : %AC%FB%1A%C2%3F%80%28l%8BS%20R%F5%E4%B7%7F3a%266 --- xen/arch/powerpc/gdbstub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/powerpc/gdbstub.c b/xen/arch/powerpc/gdbstub.c index 5bd60bf859..dd9d4885ee 100644 --- a/xen/arch/powerpc/gdbstub.c +++ b/xen/arch/powerpc/gdbstub.c @@ -25,6 +25,7 @@ #include #include #include +#include #include asm(".globl trap_instruction\n" -- 2.30.2